If we can't load the module using the g_module_build_path() filename, try
authorOwen Taylor <otaylor@redhat.com>
Sun, 3 Mar 2002 03:17:22 +0000 (03:17 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sun, 3 Mar 2002 03:17:22 +0000 (03:17 +0000)
commitb3c0813b93a2aa0f39a6b06128e2b7ad9cca9175
tree79bc7071bddd431aae8d73ae5cf10a64db70a917
parent76cf3d95f6f5daf4f3f0663f3718ce7cb2198b19
If we can't load the module using the g_module_build_path() filename, try

Sat Mar  2 22:11:10 2002  Owen Taylor  <otaylor@redhat.com>

        * gdk-pixbuf-io.c (_gdk_pixbuf_load_module): If we
        can't load the module using the g_module_build_path()
        filename, try loading it as a .la file.

        * test-loaders.c: Look for modules in current directory
        rather than .libs, so we find the right .la files.

        * test-loaders.c: Back out some accidental commits.
gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-io.c
gdk-pixbuf/test-loaders.c